Esx Settings EffectiveComponentInfo

Esx Settings EffectiveComponentInfo
Esx Settings EffectiveComponentInfo

The Esx Settings EffectiveComponentInfo schema contains information that describe a component and how that component appeared in the software specification.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "version": "string",
    "details": {
        "display_name": "string",
        "display_version": "string",
        "vendor": "string",
        "source": "string",
        "note": {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        },
        "overridden_components": [
            {
                "version": "string",
                "display_version": "string",
                "source": "string",
                "note": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                }
            }
        ],
        "removable": false,
        "image_customization_action": "string",
        "image_customization_description": {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    }
}
string
version
Required

Version of the component. It will be empty if the component is removed.

This property was added in vSphere API 7.0.0.0.

details
Optional

Details about the effective component.

This property was added in vSphere API 7.0.0.0.

missing or null if component is not present in the depot.